home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / guspeak.zip / README < prev    next >
Text File  |  1993-06-23  |  2KB  |  40 lines

  1.                     Final Version of
  2.                 ENGLISH TO PHONEME TRANSLATION
  3.                            4/15/85
  4.  
  5.         Here it is one last time.  I have fixed all of the bugs I
  6.         heard about and added a new feature or two (it now talks
  7.         money as well as numbers).  I think that this version is
  8.         good enough for most purposes.  I have proof-read the
  9.         phoneme rules (found one bug) and made the program more
  10.         "robust".  I added protection against the "toupper()"
  11.         problem some people had with earlier versions.
  12.  
  13.         If you make a major addition (like better abbreviation
  14.         handling or an exception dictionary) please send me a
  15.         copy.  As before, this is all public domain and I make
  16.         no copyright claims on it.  The part derived from the
  17.         Naval Research Lab should be public anyway.  Sell it
  18.         if you can!
  19.  
  20.                 -John A. Wasser
  21.  
  22. Work address:
  23. ARPAnet:        WASSER%VIKING.DEC@decwrl.ARPA
  24. Usenet:         {allegra,Shasta,decvax}!decwrl!dec-rhea!dec-viking!wasser
  25. Easynet:        VIKING::WASSER
  26. Telephone:      (617)486-2505
  27. USPS:           Digital Equipment Corp.
  28.                 Mail stop: LJO2/E4
  29.                 30 Porter Rd
  30.                 Littleton, MA  01460
  31.  
  32.  
  33.    The files that make up this package are:
  34.  
  35.           ENGLISH.C       Translation rules.
  36.           PHONEME.C       Translate a single word.
  37.           PARSE.C         Split a file into words.
  38.           SPELLWORD.C     Spell an ASCII character or word.
  39.           SAYNUM.C        Say a cardinal or ordinal number (long int).
  40.